home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 May / MacHome CD (May 2001).iso / mac / Stuff / Software / Home / GEDitCOM 2.9.3 / GEDitCOM / GEDitCOM.rsrc / GeDF_26924_ALIA Editing < prev    next >
Encoding:
Text File  |  2000-12-09  |  309 b   |  21 lines

  1. if tagexists
  2.   style button s=12 f=underline w=-1
  3.   get *valu.NAME
  4.   ifempty
  5.     get <Unnamed Alias>
  6.   endif
  7.   text *it
  8.   link *valu
  9.   font times
  10.   blue
  11.   help View alias record
  12. else
  13.   style button j=center h=22
  14.   text "Alias"
  15.   width -6
  16.   border 3dbutton 4
  17.   addlink
  18.   help Link to an alias
  19.   hskip 5
  20. endif